home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / DE.DIR / 00229.ls < prev    next >
Encoding:
Text File  |  1997-05-08  |  243 b   |  15 lines

  1. on enterFrame
  2. end
  3.  
  4. on exitFrame
  5.   global gTimer
  6.   checkIntroRoll([7, 8, 9, 14, 15, 16, 17, 18])
  7.   set ctime to the ticks
  8.   set test to gTimer + (13 * 60)
  9.   if test > ctime then
  10.     go(the frame)
  11.   else
  12.     set gTimer to the ticks
  13.   end if
  14. end
  15.